home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / ubiquity / target-config / 22gnome_panel_data < prev    next >
Encoding:
Text File  |  2009-04-18  |  101 b   |  9 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. if laptop-detect; then
  5.     casper-reconfigure /target gnome-panel-data
  6. fi
  7.  
  8. exit 0
  9.